c# split include separators

48

c# split include separators -

string[] result = Regex.Split("123.456.789", @"(\.)");

Comments

Submit
0 Comments